Name | Description | |
---|---|---|
ContextMenuProperty | Reference to the ContextMenu property. | |
HScrollBarChild | Reference to the HScrollBar child. | |
NGridViewSchema | Schema associated with NGridView. | |
VScrollBarChild | Reference to the VScrollBar child. |
The following tables list the members exposed by NGridView<TDoc,TGrid,TContextMenu>.
Name | Description | |
---|---|---|
ContextMenuProperty | Reference to the ContextMenu property. | |
HScrollBarChild | Reference to the HScrollBar child. | |
NGridViewSchema | Schema associated with NGridView. | |
VScrollBarChild | Reference to the VScrollBar child. |
Name | Description | |
---|---|---|
ContextMenu | Gets or sets the factory that produces context menus for this view | |
Grid | Gets the grid embedded in this view | |
HScrollBar | Gets the HScrollBar | |
VScrollBar | Gets the VScrollBar |
Name | Description | |
---|---|---|
DoPostPaint | Overridden. Performs the element post children paint. | |
ScrollInDirection | Overridden. |
Name | Description | |
---|---|---|
AccumulateContentDisplayChildren | Overridden. Accumulates the display children of the node that are considered to be content. | |
ArrangeAdorner | Overridden. Arranges the adorner at the specified location | |
ArrangeContent | Overridden. Overriden to layout the content and the scrollbars | |
BuildCommander | Overridden. Builds the data grid commander, by adding the grid view command actions | |
BuildInteractor | Overridden. Builds the data grid interactor, by adding the grid view tools | |
ComputeWindowSize | Overridden. | |
GetBottomSideAdorner | Overridden. Creates the bottom side adorner | |
GetHScrollBar | Overridden. Overriden to return the HScrollBar | |
GetHScrollBarSettings | Overridden. Gets the settings that need to be applied to the HScrollbar for the viewport parameters, in case the HScrollBar is visible. | |
GetHScrollMode | Overridden. Overriden to return the HScrollBarMode | |
GetNoScrollHAlign | Overridden. | |
GetNoScrollVAlign | Overridden. | |
GetRightSideAdorner | Overridden. Creates the right side adorner | |
GetTotalViewport | Overridden. Overriden to return a viewport that has the width of the columns and the height of the rows. | |
GetViewportOrigin | Overridden. Overriden to return the ViewportOrigin | |
GetVScrollBar | Overridden. Gets the vertical scroll bar | |
GetVScrollBarSettings | Overridden. Gets the settings that need to be applied to the VScrollbar for the viewport parameters, in case the VScrollBar is visible. Overriden to provide support for the integral vertical scrolling of the list box | |
GetVScrollMode | Overridden. Overriden to return the VScrollBarMode | |
GetZoomFactor | Overridden. Overriden to return 1.0d | |
GetZoomMode | Overridden. Overriden to return ENZoomMode.Normal | |
MeasureAdorner | Overridden. Measures the adorner at the specified location | |
MeasureContent | Overridden. Overriden to return the grid desired size | |
OnDocumentChanged | Overridden. Called when the document property has changed. | |
OnHScrollBarScroll | Overridden. Called when the VScrollbar is scrolled. Updates the viewport origin from the scrollbar value. Overriden to provide support for the integral vertical scrolling of the list box | |
OnVScrollBarScroll | Overridden. Called when the VScrollbar is scrolled. Updates the viewport origin from the scrollbar value. Overriden to provide support for the integral vertical scrolling of the list box | |
SetViewportOrigin | Overridden. Overriden to set the ViewportOrigin | |
SetZoomFactor | Overridden. Throws an exception since the grid view does not support zooming |